* net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 14 Apr 2009 14:39:22 +0000 (14:39 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 14 Apr 2009 14:39:22 +0000 (14:39 +0000)
of directory "".

lisp/net/tramp-cmds.el

index 61a4791eb40b2a050b2292ce8b6ce9f8667fa0d1..4f159ac42469755bf451fb4a0d3607a4da20a7d1 100644 (file)
@@ -84,7 +84,7 @@ When called interactively, a Tramp connection has to be selected."
     (tramp-clear-passwd vec)
 
     ;; Flush file cache.
-    (tramp-flush-directory-property vec "/")
+    (tramp-flush-directory-property vec "")
 
     ;; Flush connection cache.
     (tramp-flush-connection-property (tramp-get-connection-process vec))